home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TOPTIONSDLG / TOPTIONSDLG.txt
Text File  |  1997-05-14  |  29KB  |  902 lines

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 78
  3.   Top = 116
  4.   ActiveControl = OKBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options'
  8.   ClientHeight = 353
  9.   ClientWidth = 461
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnCreate = FormCreate
  18.   TextHeight = 13
  19.   object ButtonPanel: TPanel
  20.     Left = 376
  21.     Top = 0
  22.     Width = 85
  23.     Height = 299
  24.     Align = alRight
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object OKBtn: TBitBtn
  28.       Left = 5
  29.       Top = 12
  30.       Width = 77
  31.       Height = 27
  32.       Hint = 'Close and Save Options'
  33.       Caption = '&Close'
  34.       TabOrder = 0
  35.       OnClick = OKBtnClick
  36.       Kind = bkOK
  37.       Margin = 2
  38.       Spacing = -1
  39.       IsControl = True
  40.     end
  41.     object HelpBtn: TBitBtn
  42.       Left = 5
  43.       Top = 50
  44.       Width = 77
  45.       Height = 27
  46.       TabOrder = 1
  47.       Kind = bkHelp
  48.       Margin = 2
  49.       Spacing = -1
  50.       IsControl = True
  51.     end
  52.   end
  53.   object TabSet: TTabSet
  54.     Left = 0
  55.     Top = 332
  56.     Width = 461
  57.     Height = 21
  58.     Align = alBottom
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     OnClick = TabSetClick
  64.   end
  65.   object Notebook: TNotebook
  66.     Left = 0
  67.     Top = 0
  68.     Width = 376
  69.     Height = 299
  70.     Align = alClient
  71.     TabOrder = 2
  72.     IsControl = True
  73.     object TPage
  74.       Left = 0
  75.       Top = 0
  76.       Caption = 'User Interface'
  77.       IsControl = True
  78.       object GroupBox1: TGroupBox
  79.         Left = 8
  80.         Top = 0
  81.         Width = 360
  82.         Height = 298
  83.         Caption = 'User Interface'
  84.         TabOrder = 0
  85.         object MenusAndSpeedBars_GB: TRadioGroup
  86.           Left = 14
  87.           Top = 16
  88.           Width = 331
  89.           Height = 81
  90.           Caption = 'Menus and Speed Bars'
  91.           Items.Strings = (
  92.             'Show Both Menus and Speed Bars'
  93.             'Show Only Menus'
  94.             'Show Only Speed Bars')
  95.           TabOrder = 0
  96.         end
  97.         object LetterTabs_GB: TRadioGroup
  98.           Left = 14
  99.           Top = 98
  100.           Width = 155
  101.           Height = 48
  102.           Caption = 'Letter Tabs (A..Z)'
  103.           Items.Strings = (
  104.             'Use Letter Tabs'
  105.             'Don'#39't Use Letter Tabs')
  106.           TabOrder = 1
  107.         end
  108.         object LTabsLoc_GB: TRadioGroup
  109.           Left = 178
  110.           Top = 98
  111.           Width = 167
  112.           Height = 48
  113.           Caption = 'Letter Tabs Location'
  114.           Items.Strings = (
  115.             'Center'
  116.             'Right')
  117.           TabOrder = 2
  118.         end
  119.         object HintMessages_GB: TRadioGroup
  120.           Left = 14
  121.           Top = 148
  122.           Width = 155
  123.           Height = 48
  124.           Caption = 'Hint Messages'
  125.           Items.Strings = (
  126.             'Show Hint Messages'
  127.             'Hide Hint Messages')
  128.           TabOrder = 3
  129.         end
  130.         object SpeedBar_GB: TRadioGroup
  131.           Left = 178
  132.           Top = 148
  133.           Width = 167
  134.           Height = 48
  135.           Caption = 'SpeedBar Location'
  136.           Items.Strings = (
  137.             'Top'
  138.             'Bottom')
  139.           TabOrder = 4
  140.         end
  141.         object Delete_GB: TRadioGroup
  142.           Left = 14
  143.           Top = 199
  144.           Width = 155
  145.           Height = 90
  146.           Caption = 'Record Delete Mode'
  147.           Items.Strings = (
  148.             'Ask User To Confirm'
  149.             'Immediate Delete')
  150.           TabOrder = 5
  151.         end
  152.         object GroupBox4: TGroupBox
  153.           Left = 178
  154.           Top = 199
  155.           Width = 167
  156.           Height = 90
  157.           Caption = 'Miscellaneous Options'
  158.           TabOrder = 6
  159.           object Tips_CB: TCheckBox
  160.             Left = 8
  161.             Top = 20
  162.             Width = 153
  163.             Height = 17
  164.             Caption = 'Display Tips On Startup'
  165.             TabOrder = 0
  166.           end
  167.           object Drop_CB: TCheckBox
  168.             Left = 8
  169.             Top = 40
  170.             Width = 153
  171.             Height = 17
  172.             Caption = 'Auto-Fill'
  173.             TabOrder = 1
  174.           end
  175.           object Remind_CB: TCheckBox
  176.             Left = 8
  177.             Top = 59
  178.             Width = 156
  179.             Height = 17
  180.             Caption = 'Don'#39't Display Reminders'
  181.             TabOrder = 2
  182.           end
  183.         end
  184.       end
  185.     end
  186.     object TPage
  187.       Left = 0
  188.       Top = 0
  189.       Caption = 'Modem'
  190.       IsControl = True
  191.       object GroupBox2: TGroupBox
  192.         Left = 8
  193.         Top = 0
  194.         Width = 360
  195.         Height = 298
  196.         Caption = 'Modem Settings'
  197.         TabOrder = 0
  198.         object Label10: TLabel
  199.           Left = 16
  200.           Top = 119
  201.           Width = 45
  202.           Height = 13
  203.           Caption = 'Modem:'
  204.         end
  205.         object Label4: TLabel
  206.           Left = 16
  207.           Top = 171
  208.           Width = 161
  209.           Height = 13
  210.           Caption = 'Modem Configuration String:'
  211.         end
  212.         object Label5: TLabel
  213.           Left = 16
  214.           Top = 210
  215.           Width = 154
  216.           Height = 13
  217.           Caption = 'Modem Initialization String:'
  218.         end
  219.         object Label6: TLabel
  220.           Left = 16
  221.           Top = 250
  222.           Width = 130
  223.           Height = 13
  224.           Caption = 'Modem Hangup String:'
  225.         end
  226.         object COMPort_GB: TRadioGroup
  227.           Left = 8
  228.           Top = 16
  229.           Width = 97
  230.           Height = 97
  231.           Caption = 'COM Port'
  232.           ItemIndex = 0
  233.           Items.Strings = (
  234.             'COM 1'
  235.             'COM 2'
  236.             'COM 3'
  237.             'COM 4')
  238.           TabOrder = 0
  239.         end
  240.         object DialType_GB: TRadioGroup
  241.           Left = 120
  242.           Top = 16
  243.           Width = 97
  244.           Height = 57
  245.           Caption = 'Dial Type'
  246.           ItemIndex = 0
  247.           Items.Strings = (
  248.             'Tone'
  249.             'Pulse')
  250.           TabOrder = 1
  251.         end
  252.         object ModemCB: TComboBox
  253.           Left = 16
  254.           Top = 135
  255.           Width = 241
  256.           Height = 21
  257.           Style = csDropDownList
  258.           ItemHeight = 13
  259.           TabOrder = 2
  260.           OnChange = ModemCBChange
  261.         end
  262.         object ConfigEd: TEdit
  263.           Left = 16
  264.           Top = 184
  265.           Width = 241
  266.           Height = 21
  267.           Hint = 'Type it in or click on Modems...'
  268.           TabOrder = 3
  269.         end
  270.         object InitEd: TEdit
  271.           Left = 16
  272.           Top = 223
  273.           Width = 241
  274.           Height = 21
  275.           Hint = 'Type it in or click on Modems...'
  276.           TabOrder = 4
  277.         end
  278.         object HangupEd: TEdit
  279.           Left = 16
  280.           Top = 263
  281.           Width = 137
  282.           Height = 21
  283.           Hint = 'Type it in or click on Modems...'
  284.           TabOrder = 5
  285.         end
  286.       end
  287.     end
  288.     object TPage
  289.       Left = 0
  290.       Top = 0
  291.       Caption = 'Data'
  292.       IsControl = True
  293.       object GroupBox3: TGroupBox
  294.         Left = 8
  295.         Top = 0
  296.         Width = 360
  297.         Height = 298
  298.         Caption = 'Data Settings'
  299.         TabOrder = 0
  300.         object GroupBox8: TGroupBox
  301.           Left = 8
  302.           Top = 96
  303.           Width = 305
  304.           Height = 193
  305.           Caption = 'Modify Labels'
  306.           TabOrder = 1
  307.           object Label7: TLabel
  308.             Left = 10
  309.             Top = 15
  310.             Width = 65
  311.             Height = 13
  312.             Caption = 'New Label:'
  313.           end
  314.           object Label8: TLabel
  315.             Left = 10
  316.             Top = 73
  317.             Width = 42
  318.             Height = 13
  319.             Caption = 'Labels:'
  320.           end
  321.           object Label_Ed: TEdit
  322.             Left = 10
  323.             Top = 31
  324.             Width = 169
  325.             Height = 24
  326.             Hint = 'Enter New Label Here'
  327.             TabOrder = 0
  328.           end
  329.           object Update_Btn: TBitBtn
  330.             Left = 106
  331.             Top = 59
  332.             Width = 73
  333.             Height = 26
  334.             Hint = 'Replace Selected Label'
  335.             Caption = 'Change'
  336.             Default = True
  337.             TabOrder = 1
  338.             OnClick = Update_BtnClick
  339.             Glyph.Data = {
  340.               BE060000424DBE06000000000000360400002800000024000000120000000100
  341.               0800000000008802000000000000000000000000000000000000000000000000
  342.               80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  343.               A600000000000000000000000000000000000000000000000000000000000000
  344.               0000000000000000000000000000000000000000000000000000000000000000
  345.               0000000000000000000000000000000000000000000000000000000000000000
  346.               0000000000000000000000000000000000000000000000000000000000000000
  347.               0000000000000000000000000000000000000000000000000000000000000000
  348.               0000000000000000000000000000000000000000000000000000000000000000
  349.               0000000000000000000000000000000000000000000000000000000000000000
  350.               0000000000000000000000000000000000000000000000000000000000000000
  351.               0000000000000000000000000000000000000000000000000000000000000000
  352.               0000000000000000000000000000000000000000000000000000000000000000
  353.               0000000000000000000000000000000000000000000000000000000000000000
  354.               0000000000000000000000000000000000000000000000000000000000000000
  355.               0000000000000000000000000000000000000000000000000000000000000000
  356.               0000000000000000000000000000000000000000000000000000000000000000
  357.               0000000000000000000000000000000000000000000000000000000000000000
  358.               0000000000000000000000000000000000000000000000000000000000000000
  359.               0000000000000000000000000000000000000000000000000000000000000000
  360.               0000000000000000000000000000000000000000000000000000000000000000
  361.               0000000000000000000000000000000000000000000000000000000000000000
  362.               0000000000000000000000000000000000000000000000000000000000000000
  363.               0000000000000000000000000000000000000000000000000000000000000000
  364.               0000000000000000000000000000000000000000000000000000000000000000
  365.               0000000000000000000000000000000000000000000000000000000000000000
  366.               0000000000000000000000000000000000000000000000000000000000000000
  367.               0000000000000000000000000000000000000000000000000000000000000000
  368.               0000000000000000000000000000000000000000000000000000000000000000
  369.               0000000000000000000000000000000000000000000000000000000000000000
  370.               0000000000000000000000000000000000000000000000000000000000000000
  371.               0000000000000000000000000000000000000000000000000000000000000000
  372.               000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  373.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  374.               0303030303030303030303030303030303030303030303030303030303030303
  375.               03030303030303030303030303030303030303030303FF030303030303030303
  376.               03030303030303040403030303030303030303030303030303F8F8FF03030303
  377.               03030303030303030303040202040303030303030303030303030303F80303F8
  378.               FF030303030303030303030303040202020204030303030303030303030303F8
  379.               03030303F8FF0303030303030303030304020202020202040303030303030303
  380.               0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  381.               0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  382.               040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  383.               03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  384.               FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  385.               0303030303030303030303FA0202020403030303030303030303030303F8FF03
  386.               03F8FF03030303030303030303030303FA020202040303030303030303030303
  387.               0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  388.               03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  389.               030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  390.               0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  391.               03030303FA0202030303030303030303030303030303F8FFF803030303030303
  392.               030303030303030303FA0303030303030303030303030303030303F803030303
  393.               0303030303030303030303030303030303030303030303030303030303030303
  394.               0303}
  395.             NumGlyphs = 2
  396.           end
  397.           object Labels_Lst: TListBox
  398.             Left = 10
  399.             Top = 90
  400.             Width = 169
  401.             Height = 80
  402.             Hint = 'Click To Select Label'
  403.             IntegralHeight = True
  404.             ItemHeight = 13
  405.             TabOrder = 2
  406.           end
  407.           object BitBtn3: TBitBtn
  408.             Left = 185
  409.             Top = 94
  410.             Width = 77
  411.             Height = 27
  412.             Hint = 'Click here to Load Labels From A Template'
  413.             Caption = '&Load'
  414.             Default = True
  415.             TabOrder = 3
  416.             OnClick = BitBtn3Click
  417.             Glyph.Data = {
  418.               76010000424D7601000000000000760000002800000020000000100000000100
  419.               04000000000000010000130B0000130B00000000000000000000000000000000
  420.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  421.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  422.               33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  423.               FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  424.               00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  425.               F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  426.               00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  427.               F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  428.               3333777777777777333333399033333333333337773333333333333903333333
  429.               3333333773333333333333303333333333333337333333333333}
  430.             Margin = 2
  431.             NumGlyphs = 2
  432.             Spacing = -1
  433.             IsControl = True
  434.           end
  435.           object BitBtn4: TBitBtn
  436.             Left = 185
  437.             Top = 126
  438.             Width = 77
  439.             Height = 27
  440.             Hint = 'Click here to Save Labels As A Template'
  441.             Caption = '&Save'
  442.             Default = True
  443.             TabOrder = 4
  444.             OnClick = BitBtn4Click
  445.             Glyph.Data = {
  446.               76010000424D7601000000000000760000002800000020000000100000000100
  447.               04000000000000010000130B0000130B00000000000000000000000000000000
  448.               800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  449.               FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  450.               333333333333337FF3333333333333903333333333333377FF33333333333399
  451.               03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  452.               99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  453.               99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  454.               03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  455.               33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  456.               33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  457.               3333777777333333333333333333333333333333333333333333}
  458.             Margin = 2
  459.             NumGlyphs = 2
  460.             Spacing = -1
  461.             IsControl = True
  462.           end
  463.         end
  464.         object DataFile_GB: TRadioGroup
  465.           Left = 8
  466.           Top = 16
  467.           Width = 145
  468.           Height = 73
  469.           Caption = 'Initial Data File'
  470.           Items.Strings = (
  471.             'Load Default File'
  472.             'Load Last Used File')
  473.           TabOrder = 0
  474.         end
  475.       end
  476.     end
  477.     object TPage
  478.       Left = 0
  479.       Top = 0
  480.       Caption = 'Date'
  481.       object GroupBox9: TGroupBox
  482.         Left = 8
  483.         Top = 0
  484.         Width = 360
  485.         Height = 298
  486.         Caption = 'Date Formats'
  487.         TabOrder = 0
  488.         object DateFormat_GB: TRadioGroup
  489.           Left = 208
  490.           Top = 16
  491.           Width = 145
  492.           Height = 73
  493.           Caption = 'Date Format'
  494.           Items.Strings = (
  495.             'MM/DD/YYYY'
  496.             'DD/MM/YYYY'
  497.             'YYYY/MM/DD'
  498.             'YYYY')
  499.           TabOrder = 0
  500.           OnClick = DateFormat_GBClick
  501.         end
  502.         object DateFields_GB: TRadioGroup
  503.           Left = 8
  504.           Top = 16
  505.           Width = 185
  506.           Height = 209
  507.           Caption = 'Date Fields'
  508.           TabOrder = 1
  509.           OnClick = DateFields_GBClick
  510.         end
  511.       end
  512.     end
  513.     object TPage
  514.       Left = 0
  515.       Top = 0
  516.       Caption = 'Colors'
  517.       object GroupBox5: TGroupBox
  518.         Left = 8
  519.         Top = 0
  520.         Width = 360
  521.         Height = 298
  522.         Caption = 'Colors'
  523.         TabOrder = 0
  524.         object Label3: TLabel
  525.           Left = 8
  526.           Top = 16
  527.           Width = 123
  528.           Height = 13
  529.           Caption = 'Application Elements:'
  530.         end
  531.         object Label2: TLabel
  532.           Left = 280
  533.           Top = 16
  534.           Width = 40
  535.           Height = 13
  536.           Caption = 'Colors:'
  537.         end
  538.         object Elements_Lst: TListBox
  539.           Left = 8
  540.           Top = 32
  541.           Width = 257
  542.           Height = 209
  543.           Hint = 'Click to select the list element'
  544.           ItemHeight = 13
  545.           Items.Strings = (
  546.             'TofC - Record Button Text'
  547.             'TofC - Record Button Background'
  548.             'TofC - Selected Record Button Text'
  549.             'TofC - Selected Record Button Background'
  550.             'TofC - Not Empty Letter Tab Text'
  551.             'TofC - Not Empty Letter Tab Background'
  552.             'TofC - Empty Letter Tab Text'
  553.             'TofC - Empty Letter Tab Background'
  554.             'TofC - Selected Letter Tab Text'
  555.             'TofC - Selected Letter Tab Background'
  556.             'TofC - Labels Text'
  557.             'TofC - Labels Background'
  558.             'TofC - Pages'
  559.             'TofC - Speed Bar'
  560.             'TofC - Window Background'
  561.             'DW   - Text Fields Text'
  562.             'DW   - Text Fields Background'
  563.             'DW   - Multi-line Fields Text'
  564.             'DW   - Multi-line Fields Background'
  565.             'DW   - Labels Text'
  566.             'DW   - Labels Background'
  567.             'DW   - Currency Text (>0)'
  568.             'DW   - Currency Text (<0)'
  569.             'DW   - Currency Background'
  570.             'DW   - Pages'
  571.             'DW   - Speed Bar'
  572.             'DW   - Window Background')
  573.           TabOrder = 0
  574.           OnClick = Elements_LstClick
  575.         end
  576.         object BitBtn1: TBitBtn
  577.           Left = 9
  578.           Top = 252
  579.           Width = 77
  580.           Height = 27
  581.           Hint = 'Click here to Load Color Template'
  582.           Caption = '&Load'
  583.           Default = True
  584.           TabOrder = 1
  585.           OnClick = BitBtn1Click
  586.           Glyph.Data = {
  587.             76010000424D7601000000000000760000002800000020000000100000000100
  588.             04000000000000010000130B0000130B00000000000000000000000000000000
  589.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  590.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  591.             33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  592.             FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  593.             00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  594.             F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  595.             00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  596.             F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  597.             3333777777777777333333399033333333333337773333333333333903333333
  598.             3333333773333333333333303333333333333337333333333333}
  599.           Margin = 2
  600.           NumGlyphs = 2
  601.           Spacing = -1
  602.           IsControl = True
  603.         end
  604.         object BitBtn2: TBitBtn
  605.           Left = 97
  606.           Top = 252
  607.           Width = 77
  608.           Height = 27
  609.           Hint = 'Click here to Save Color Template'
  610.           Caption = '&Save'
  611.           Default = True
  612.           TabOrder = 2
  613.           OnClick = BitBtn2Click
  614.           Glyph.Data = {
  615.             76010000424D7601000000000000760000002800000020000000100000000100
  616.             04000000000000010000130B0000130B00000000000000000000000000000000
  617.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  618.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  619.             333333333333337FF3333333333333903333333333333377FF33333333333399
  620.             03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  621.             99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  622.             99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  623.             03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  624.             33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  625.             33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  626.             3333777777333333333333333333333333333333333333333333}
  627.           Margin = 2
  628.           NumGlyphs = 2
  629.           Spacing = -1
  630.           IsControl = True
  631.         end
  632.         object Color_Lst: TDrawGrid
  633.           Left = 280
  634.           Top = 32
  635.           Width = 72
  636.           Height = 210
  637.           Hint = 'Click to select a Color'
  638.           ColCount = 1
  639.           DefaultColWidth = 70
  640.           DefaultRowHeight = 12
  641.           DefaultDrawing = False
  642.           FixedCols = 0
  643.           FixedRows = 0
  644.           Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine]
  645.           RowCount = 16
  646.           ScrollBars = ssNone
  647.           TabOrder = 3
  648.           OnClick = Color_LstClick
  649.           OnDrawCell = Color_LstDrawCell
  650.         end
  651.       end
  652.     end
  653.     object TPage
  654.       Left = 0
  655.       Top = 0
  656.       Caption = 'Fonts'
  657.       object GroupBox10: TGroupBox
  658.         Left = 192
  659.         Top = 8
  660.         Width = 177
  661.         Height = 193
  662.         Caption = 'Font'
  663.         TabOrder = 0
  664.         object Label9: TLabel
  665.           Left = 14
  666.           Top = 16
  667.           Width = 66
  668.           Height = 13
  669.           Caption = 'Font Name:'
  670.         end
  671.         object Label11: TLabel
  672.           Left = 14
  673.           Top = 56
  674.           Width = 62
  675.           Height = 13
  676.           Caption = 'Font Style:'
  677.         end
  678.         object Label12: TLabel
  679.           Left = 14
  680.           Top = 104
  681.           Width = 58
  682.           Height = 13
  683.           Caption = 'Font Size:'
  684.         end
  685.         object FontEd: TEdit
  686.           Left = 14
  687.           Top = 32
  688.           Width = 150
  689.           Height = 20
  690.           TabStop = False
  691.           Color = clBtnFace
  692.           ReadOnly = True
  693.           TabOrder = 0
  694.         end
  695.         object StyleEd: TEdit
  696.           Left = 14
  697.           Top = 72
  698.           Width = 150
  699.           Height = 20
  700.           TabStop = False
  701.           Color = clBtnFace
  702.           ReadOnly = True
  703.           TabOrder = 1
  704.         end
  705.         object SizeEd: TEdit
  706.           Left = 14
  707.           Top = 120
  708.           Width = 150
  709.           Height = 20
  710.           TabStop = False
  711.           Color = clBtnFace
  712.           ReadOnly = True
  713.           TabOrder = 2
  714.         end
  715.         object FontBtn: TBitBtn
  716.           Left = 36
  717.           Top = 152
  718.           Width = 113
  719.           Height = 33
  720.           Hint = 'Select Font'
  721.           Caption = 'Change Font'
  722.           TabOrder = 3
  723.           OnClick = FontBtnClick
  724.           Glyph.Data = {
  725.             76010000424D7601000000000000760000002800000020000000100000000100
  726.             04000000000000010000130B0000130B00000000000000000000000000000000
  727.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  728.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  729.             3333333333333333333333333333333333333333FFF33FFFFF33333300033000
  730.             00333337773377777333333330333300033333337FF33777F333333330733300
  731.             0333333377FFF777F33333333700000073333333777777773333333333033000
  732.             3333333337FF777F333333333307300033333333377F777F3333333333703007
  733.             33333333377F7773333333333330000333333333337777F33333333333300003
  734.             33333333337777F3333333333337007333333333337777333333333333330033
  735.             3333333333377333333333333333033333333333333733333333333333333333
  736.             3333333333333333333333333333333333333333333333333333}
  737.           Margin = 5
  738.           NumGlyphs = 2
  739.         end
  740.       end
  741.       object FontComponent_CB: TRadioGroup
  742.         Left = 8
  743.         Top = 8
  744.         Width = 177
  745.         Height = 193
  746.         Caption = 'Component'
  747.         ItemIndex = 0
  748.         Items.Strings = (
  749.           'Record Buttons'
  750.           'One-Line Edit Fields'
  751.           'Multi-Line Edit Fields')
  752.         TabOrder = 1
  753.         OnClick = FontComponent_CBClick
  754.       end
  755.     end
  756.     object TPage
  757.       Left = 0
  758.       Top = 0
  759.       Caption = 'Security'
  760.       object GroupBox6: TGroupBox
  761.         Left = 8
  762.         Top = 0
  763.         Width = 360
  764.         Height = 298
  765.         Caption = 'Security'
  766.         TabOrder = 0
  767.         object Label1: TLabel
  768.           Left = 8
  769.           Top = 240
  770.           Width = 118
  771.           Height = 13
  772.           Caption = 'Data Root Directory:'
  773.         end
  774.         object Password_GB: TRadioGroup
  775.           Left = 8
  776.           Top = 24
  777.           Width = 209
  778.           Height = 57
  779.           Caption = 'Password'
  780.           Items.Strings = (
  781.             'Password Required'
  782.             'Password Not Required')
  783.           TabOrder = 0
  784.         end
  785.         object AccessMode_GB: TRadioGroup
  786.           Left = 8
  787.           Top = 112
  788.           Width = 233
  789.           Height = 89
  790.           Caption = 'Public Files Access Rights (All Users)'
  791.           Items.Strings = (
  792.             'As Specified In Accounts'
  793.             'Read and Write'
  794.             'Read Only'
  795.             'None')
  796.           TabOrder = 1
  797.         end
  798.         object DataDir_Ed: TDirEdit
  799.           Left = 8
  800.           Top = 256
  801.           Width = 345
  802.           Height = 24
  803.           AutoSize = False
  804.           AutoSelect = False
  805.           TabOrder = 2
  806.         end
  807.       end
  808.     end
  809.     object TPage
  810.       Left = 0
  811.       Top = 0
  812.       Caption = 'Users'
  813.       object GroupBox7: TGroupBox
  814.         Left = 8
  815.         Top = 0
  816.         Width = 360
  817.         Height = 298
  818.         Caption = 'Users'
  819.         TabOrder = 0
  820.         object UserCount_GB: TRadioGroup
  821.           Left = 106
  822.           Top = 79
  823.           Width = 145
  824.           Height = 57
  825.           Caption = 'Users Count'
  826.           ItemIndex = 0
  827.           Items.Strings = (
  828.             '1-User System'
  829.             'Multi-User System')
  830.           TabOrder = 0
  831.           OnClick = UserCount_GBClick
  832.         end
  833.         object UserAccts_Btn: TBitBtn
  834.           Left = 114
  835.           Top = 175
  836.           Width = 129
  837.           Height = 33
  838.           Hint = 'View or Modify User Accounts'
  839.           Caption = '&User Accounts'
  840.           TabOrder = 1
  841.           OnClick = UserAccts_BtnClick
  842.           Glyph.Data = {
  843.             78010000424D7801000000000000760000002800000020000000100000000100
  844.             04000000000000000000120B0000120B00000000000000000000000000000000
  845.             800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  846.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  847.             0000377777777777777703030303030303037F7F7F7F7F7F7F7F000000000000
  848.             00007777777777777777933393303933337073F37F37F73F3377393393303393
  849.             379037FF7F37F37FF777379793303379793037777337F3777737339933303339
  850.             93303377F3F7F3F77F3733993930393993303377F737F7377FF7399993303399
  851.             999037777337F377777793993330333393307377FF37F3337FF7333993303333
  852.             993033377F37F33377F7333993303333993033377337F3337737333333303333
  853.             33303FFFFFF7FFFFFFF700000000000000007777777777777777030303030303
  854.             03037F7F7F7F7F7F7F7F000000000000000077777777777777770000}
  855.           NumGlyphs = 2
  856.         end
  857.       end
  858.     end
  859.   end
  860.   object Panel1: TPanel
  861.     Left = 0
  862.     Top = 299
  863.     Width = 461
  864.     Height = 33
  865.     Align = alBottom
  866.     BevelOuter = bvNone
  867.     TabOrder = 3
  868.     object PreviousBtn: TButton
  869.       Left = 73
  870.       Top = 3
  871.       Width = 89
  872.       Height = 25
  873.       Hint = 'Previous Page'
  874.       Caption = '<< &Previous'
  875.       TabOrder = 0
  876.       Visible = False
  877.       OnClick = PreviousBtnClick
  878.     end
  879.     object NextBtn: TButton
  880.       Left = 219
  881.       Top = 3
  882.       Width = 89
  883.       Height = 25
  884.       Hint = 'Next Page'
  885.       Caption = '&Next >>'
  886.       TabOrder = 1
  887.       OnClick = NextBtnClick
  888.     end
  889.   end
  890.   object FontDialog1: TFontDialog
  891.     Font.Color = clWindowText
  892.     Font.Height = -13
  893.     Font.Name = 'System'
  894.     Font.Style = []
  895.     MinFontSize = 0
  896.     MaxFontSize = 0
  897.     Options = []
  898.     Left = 432
  899.     Top = 280
  900.   end
  901. end
  902.